home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / clipart / usadod_1.arj / INSTALL1.BAT < prev    next >
DOS Batch File  |  1993-01-02  |  915b  |  43 lines

  1. echo off
  2. if %1d==d goto noparm1
  3. if %2d==d goto noparm1
  4.  
  5. cls
  6.  
  7. %2:
  8. cd\SPDEMO
  9.  
  10. echo Make sure there's at least 20 megabytes of FREE disk space
  11. echo before continuing. 
  12.  
  13. echo.
  14. echo If you want to QUIT this installation now, press CTRL+C and answer "Y" to the
  15. echo "Terminate batch job?" prompt.  Otherwise ...
  16. pause
  17.  
  18.  
  19.  
  20. echo At the prompts, insert the appropriate diskette.
  21.  
  22. echo The first disk Volume 1 is in the current dirve, Enter to continue...
  23.  
  24. echo Volume 1 is in the current drive...
  25.  
  26. split -pm %1:unpack %2:unpack.exe
  27.  
  28. echo Uncompressing the databases...
  29. UNPACK.EXE
  30.  
  31. echo Deleting the compressed databases...
  32. del UNPACK.EXE
  33.  
  34.  
  35.  
  36. echo Installation is complete.  Type "SPDEMO" to run Military Sales Partner.
  37. goto end
  38.  
  39. :noparm1
  40. echo Specify the source and destination drives for installation (no colons) -
  41. echo e.g. update a c (original disk in A, install to drive C).
  42. :end
  43.